1. Coordinate Systems

c. Polar Coordinates - 2D

1. 2D Polar Coordinates

Rectangular coordinates (x,y)(x,y) are one way to specify a point, PP, in the plane, but they are not the only way. When we are studying circles, it is useful to use Polar Coordinates (r,θ)(r,\theta) which identify the point, PP, using

  • the radius rr and
  • the polar angle θ\theta.
def_2DPolarCoord

Like rectangular coordinates P=(x,y)P=(x,y), the polar coordinates can be written as an ordered pair, P=(r,θ)P=(r,\theta). So you need to be careful to say whether this ordered pair is rectangular or polar.

Most often, the radius measures the (positive) distance from the origin, OO, to the point, PP, and the polar angle measures an angle (usually measured in radians and usually with 0θ<2π0 \le \theta \lt 2\pi) counterclockwise from the positive xx-axis to the ray OP\overrightarrow{OP}.

However, frequently the angle θ\theta is allowed to be bigger than 2π2\pi or is allowed to be negative, in which case it is measured clockwise from the posiitve xx-axis. Consequently, θ\theta is non-unique; we can always add or subtract an arbitrary multiple of 2π2\pi or 360360^\circ. Thus the point with polar coordinates (3,30)(3,{30^\circ}) can also be written as (3,390)(3,{390^\circ}), or (3,750)(3,{750^\circ}), or (3,330)(3,{-330^\circ}), or (3,690)(3,{-690^\circ}) all of which are shown in the plot with blue angles positive and red angles negative.

def_2DPolarMultiTheta

Further, once in a while, we allow rr to be negative, for example in the context of solving equations or graphing. Then rr is the negative of the distance from OO to PP. When rr is negative, the point (r,θ)(r,\theta) is obtained by going a distance r|r| along the ray at the angle θ±π=θ±180\theta\pm\pi=\theta\pm180^\circ. Think of this as going backwards along the ray at the angle θ\theta. Thus the point with polar coordinates (3,30)(-3,{30^\circ}) is actually the point (3,210)(3,{210^\circ}) or (3,150)(3,-150^\circ).

def_2DPolarNegRadius

Coordinate Curves

When you hold one of the coordinates fixed and let the other one vary, the point P=(r,θ)P=(r,\theta) traces out a coordinate curve. The curves are named by the coordinate which is changing.

When θ\theta is constant, you get a radial ray (assuming r>0r \gt 0) called an rr-curve, e.g. here is the rr-curve with θ=π3\theta=\dfrac{\pi}{3}:

def_rcurve
rr-curve:   θ=π3\theta=\dfrac{\pi}{3}

When rr is constant, you get a circle called a θ\theta-curve, e.g. here is the θ\theta-curve with r=2r=2:

def_thetacurve
θ\theta-curve:   r=2r=2

When you draw several coordinate curves of each type you get a coordinate grid. Here is a polar coordinate grid:

def_polarcoordgrid
Polar Coordinate Grid

© 2025 MYMathApps

Supported in part by NSF Grant #1123255